@font-face {
    font-family: "GlitterySnowfall";
    font-style: normal;
    font-weight: normal;
    src: url('../font/Glittery-Snowfall.ttf') format('truetype');
}

body {
    font-family: "poppins", sans-serif !important;
    font-size: 14px !important;
}

.loader-img {
    width: 120px;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 14px !important;
}

#loading {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 0;
    z-index: 999999;

    #loading-center {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        .loader-container {
            display: flex;
            justify-content: center;
            align-items: center;

            .wrap-loader {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;

                .icon {
                    position: absolute;
                    bottom: 16px;

                    img {
                        max-width: 50px;
                    }
                }
            }

            .loader {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                animation: tf-spin 1s linear infinite;
            }
        }
    }
}

@keyframes tf-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

:root {
    --Black: #000000;
    --White: #ffffff;
    --body-text: #6e7673;
    --Primary: #0d401c;
    --Secondary: #f8c32c;
    --Third: #8a9b8e;
    --Text: #6e7673;
    --Text-2: #072010;
    --Text-3: #eeeeee;
    --Text-4: #278d45;
    --Text-5: #222222;
    --Text-6: #ededed;
    --Text-7: #093416;
    --Bg: #235130;
    --Bg-1: rgb(13, 64, 28, 0.1);
    --Bg-2: rgb(4, 18, 8, 0.4);
    --Bg-3: rgb(13, 64, 28, 0.05);
    --Bg-4: #6c512f;
    --Bg-5: #3d6649;
    --Bg-6: #52320a;
    --Bg-7: rgb(13, 64, 28, 0.12);
    --Bg-8: #f3f0eb;
    --Bg-9: rgb(13, 64, 28, 0.13);
    --Bg-10: rgb(13, 64, 28, 0.05);
    --Bg-11: #1c6932;
    --Bg-12: rgba(255, 255, 255, 0.07);
    --Bg-13: rgb(13, 64, 28, 0.7);
    --Bg-14: rgb(4, 18, 8, 0.3);
    --Bg-15: rgb(255, 255, 255, 0.25);
    --Bg-16: #e9e0ce;
    --Bg-17: rgb(13, 64, 28, 0.07);
    --Border: rgb(13, 64, 28, 0.15);
    --Border-2: #6a5030;
    --Border-3: rgb(255, 255, 255, 0.2);
    --Border-4: #dbe3dd;
    --Border-5: rgba(255, 255, 255, 0.15);
    --Border-6: #e9e4df;
    --Border-7: rgba(255, 255, 255, 0.5);
    --Border-8: rgb(243, 240, 235, 0.25);
    --Border-9: rgb(4, 18, 8, 0.25);
    --Border-10: rgba(255, 255, 255, 0.3);
    --Border-11: #d1d6cc;
    --Border-12: rgb(13, 64, 28, 0.2);
    --Border-13: rgb(82, 50, 10, 0.23);
    --Border-14: #3b6345;
    --Border-15: rgb(13, 64, 28, 0.5);
    --Color-1: #d11b1b;
    --Color-2: #acd373;
    --Color-3: #f26522;
    --Color-4: #8560a8;
    --Color-5: #95bfa1;
    --Color-6: rgb(255, 255, 255, 0.4);
    --Color-7: #156b2f;
    --Color-8: #1cbbb4;
    --Color-9: #bd8cbf;
    --Color-10: #f26c4f;
    --Color-11: #ed1c24;
    --Color-12: #00aeef;
    --Color-13: #39b54a;
}

.header .header-inner .nav-list .item .sub-nav li a:hover {
    color: var(--Secondary);
}

.header .header-inner .nav-list .item .sub-nav li a span::before {
    background-color: var(--Secondary);
}

.page-banner-area::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(49 92 62 / 51%) !important;
}

.mobile-nav-wrap .inner-mobile-nav .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.nav-list .item .sub-nav {
    min-width: 220px !important;
}

.footer .footer-top .footer-left .logo img {
    max-width: 155px;
    border-radius: 20px;
}

.footer .footer-top .footer-center p {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
}

.slider-partner .slide-partner .image a img {
    width: 123px;
}

.logo-partner {
    margin: 20px 150px !important;
    background-color: #0d3f1d;
    padding: 30px 20px 30px 20px !important;
    border-radius: 20px;
}

.welcome-wrap .content .wg-social .list {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 11px;
}

.wg-social .list li a i {
    color: var(--Bg-6);
}

.font-snowfall {
    font-family: "GlitterySnowfall", sans-serif;
    font-size: 30px;
    font-weight: 500 !important;
}

.wg-social .list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background-color: var(--Secondary);
    border-radius: 50%;
}

.mobile-nav-wrap .inner-mobile-nav .logo img {
    max-width: 140px;
    border-radius: 15px;
}

.welcome-wrap .content .btn-close-welcome {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 22px;
    right: 23px;
    cursor: pointer;
    background-color: var(--Primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
}

.white-text a:hover {
    color: #FFFF !important;
    text-decoration: none;
}

.new-row {
    display: flex;
    background-color: black;
}


.white-text {
    color: white;
}


.new-column {
    padding: 10px;

}

.elementor-column {
    width: 25%;
}

.elementor-widget-container {
    text-align: center;
}

.elementor-heading-title a {
    text-decoration: none;
}

img.main-logo {
    max-width: 100%;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
    /* margin-bottom:25px; */
}

.nav1 {
    padding-top: 15px;
}

h3.widgettitle {
    font-size: 20px;
    /* font-family: */
    color: #56B356;
}

.widbottom {
    padding: 0;
}

.textwidget p {
    color: #F5DEB3;
}

.textwidget p a {
    color: #F5DEB3;
}

.estemate-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid #f4f6f9;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 250px;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 5px;
}

.GOK {
    width: 1300px;
    height: auto;
    padding-left: 20px;
    padding-bottom: 10px
}

.ksda {
    width: 920px;
    padding-left: 15px
}

.IYM {
    width: 1150px;
    height: auto;
    padding-left: 15px
}

.G20 {
    width: 1300px;
}

@media only screen and (max-width: 915px) and (min-width: 412px) {
    .GOK {
        width: 50%;
        padding-left: 100px;
    }

    .ksda {
        width: 40%;
        padding-left: 120px;
    }

    .IYM {
        width: 50%;
        padding-left: 100px;
    }

    .G20 {
        width: 50%;
        padding-left: 100px;
    }
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #1b2336;
    padding: 5px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
}

.tf-topbar {
    background-color: #0d401c;
    padding: 17px 0;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 31px;
    background-color: #23514E;
    padding: 7px 20px;
    border-radius: 18px;
    font-size: 14px;
}

.topbar-left span {
    color: #fff;
}

.topbar-left span:not(:last-child) {
    position: relative;
}

.topbar-left span:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    border-radius: 50%;
    background-color: #f8c32c;
}

.topbar-right {
    display: flex;
    gap: 59px;
}

.contact-list {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 0rem;
}

.contact-list .item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-list .item .icon {
    width: 30px;
    height: 30px;
    background-color: #f8c32c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-list .item .icon i {
    color: #0d401c;
    font-size: 13px;
}

.contact-list .item a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.contact-list .item a:hover {
    color: #fff;
}

.tf-container.w-1780 {
    padding-right: 15px;
    padding-left: 15px;
}

.social-list {
    display: flex;
    align-items: center;
    background-color: #23514E;
    border-radius: 18px;
    padding: 7px 29px 7px 24px;
    gap: 21px;
    margin-bottom: 0rem;
}

.social-list a {
    color: #8a9b8e;
}

.social-list a:hover {
    color: #fff;
}

.social-list .icon-instagram2 {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
    /* Removes markers */
    padding-left: 0;
    /* Optional: Remove left padding */
}

::marker {
    display: none;
    /* Hides markers completely */
}

.header {
    position: relative;
}

.fixed-header.style-absolute {
    position: fixed;
    z-index: 299;
    top: -1px;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66), opacity 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66);
    width: 100%;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 100px rgba(2, 21, 78, 0.09);
}

.fixed-header.style-absolute.visible {
    pointer-events: all;
    transform: translateY(0%);
    opacity: 1;
    backdrop-filter: blur(10px);
}

.fixed-header.style-absolute.style-2 {
    z-index: 9999;
}

.fixed-header.style-absolute.style-2 .nav-list .item>a {
    line-height: 80px;
    color: #444;
    /* Adjust for text color */
}

.fixed-header.style-absolute .nav-list .item a {
    line-height: 80px;
}

/* Header inner content */
.header-inner {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left .logo-site {
    padding-right: 108px;
    padding-top: 6px;
}

.header-left .logo-site img {
    max-width: 208px;
}

/* Navigation styling */
.nav-list {
    display: flex;
    align-items: center;
    gap: 45px;
}

.nav-list .item {
    position: relative;
}

.nav-list .item a {
    font-family: Arial, sans-serif;
    /* Replace with your font */
    font-weight: 500;
    line-height: 120px;
    display: block;
    font-size: 18px;
    color: #000;
}

.nav-list .item::before {
    content: "\e9c2";
    font-family: "icomoon";
    position: absolute;
    padding-right: 7px;
    left: -25px;
    top: 50%;
    transform: translateY(-70%);
    font-size: 24px;
    color: #f8c32c;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-list .item:hover::before {
    transform: translateY(-50%);
    opacity: 1;
}

.nav-list .item .sub-nav {
    display: none;
    position: absolute;
    min-width: 200px;
    transform: translateY(20px) perspective(500px) rotateY(20deg);
    z-index: 50;
    background-color: #f8f8f8;
    /* Background color */
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 10px 40px rgba(27, 26, 26, 0.09);
    transition: transform 0.25s cubic-bezier(0, 0, 0.76, 1);
}

.nav-list .item:hover .sub-nav {
    display: block;
    transform: translateY(0) perspective(500px) rotateY(0);
}

.nav-list .item .sub-nav li a {
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    color: white;
    width: 100%;
    position: relative;
}

.nav-list .item .sub-nav li a span::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background-color: #888;
    transition: width 0.3s ease;
}

.nav-list .item .sub-nav li a:hover span::before {
    width: 100%;
}

/* Header Right */
.header-right {
    display: flex;
    align-items: center;
    gap: 43px;
    padding-right: 12px;
}

.header-right .icon-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .header-inner .nav-list .item.current-menu::before {
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.header .header-inner .header-left .logo-site img {
    max-width: 208px;
}

.header .header-inner .header-left .logo-site {
    padding-top: 0px;
    padding-right: 60px;
}

.header.has-item-bot .header-item {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 3;
}

.nav-list .item .sub-nav {
    background-color: #0d401c;
    color: #fff;
}

.header .header-inner .header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
    padding-right: 12px;
}

.tf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    background-color: #0d401c;
    color: #fff;
    padding: 6px 5px 6px 35px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    overflow: hidden;
}

.tf-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f8c32c;
    border-radius: 50%;
    position: relative;
}

.tf-btn:hover .text-style {
    color: #0d401c;
    transform: translateX(5px);
    background-color: #f8c32c !important;
}

.tf-btn:hover {
    background-color: #f8c32c !important;
}

.header .header-inner .header-right .wg-welcome {
    width: 60px;
    height: 59px;
    border-radius: 50%;
    background-color: #0d401c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-inner .header-right .wg-welcome i {
    color: #fff;
}

.fs-24 {
    font-size: 24px;
}

.header .header-inner .header-right .wg-welcome:hover {
    background-color: #f8c32c;
}

.header-right .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

i.fa-solid.fa-globe {
    color: #0d401c;
    font-size: 23px;
}

i.fa-solid.fa-user {
    color: #0d401c;
    font-size: 23px;
}


.header-right .icon:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.tour-menu:hover .second-sub-menu {
    display: block;
}

.second-sub-menu {
    display: none;
}

.header-right .icon.wg-bag::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "3";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #888;
    color: white;
    font-weight: 600;
    font-size: 14px;
    top: -9px;
    right: -7px;
}

/* Sticky Header */
.scrollHeader {
    position: sticky;
    z-index: 99999;
    top: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.scrollHeader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: white;
}

.mobile-button {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    display: none;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: #007bff;
    /* Replace with your primary color */
}

.mobile-button::before {
    content: "";
    position: absolute;
    top: 5px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #007bff;
    /* Replace with your primary color */
}

.mobile-button::after {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #007bff;
    /* Replace with your primary color */
}

.mobile-nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-wrap.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0 !important;
}

.mobile-nav-wrap .group-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-wrap .group-icon .site-nav-icon {
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #f2f2f2;
    gap: 8px;
    background-color: #f2f2f2;
    color: var(--main);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.mobile-nav-wrap .group-icon .site-nav-icon i {
    font-size: 14px;
}

.mobile-nav-wrap .overlay-mobile-nav {
    z-index: 300;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.mobile-nav-wrap .inner-mobile-nav {
    z-index: 300;
    position: fixed;
    padding: 15px;
    z-index: 1001;
    height: 100%;
    width: 320px;
    background-color: var(--Primary);
    left: -320px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.mobile-nav-wrap .inner-mobile-nav .logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.mobile-nav-wrap .inner-mobile-nav .logo img {
    max-width: 173px;
}

.mobile-nav-wrap .inner-mobile-nav .logo .mobile-nav-close {
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--White);
}

.mobile-nav-wrap .inner-mobile-nav .logo .mobile-nav-close:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile {
    padding-bottom: 10px;
    padding-top: 10px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile a {
    font-family: var(--font-main5);
    font-weight: 500;
    color: var(--White);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile.active .item-menu-mobile {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile.active i {
    transform: rotate(-180deg);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    transition-timing-function: linear;
    font-size: 18px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile i {
    font-size: 22px;
    transition: all 0.3s ease;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile {
    display: none;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a {
    padding-left: 15px;
    display: block;
    line-height: 40px;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a::before {
    content: "\e90e";
    position: relative;
    top: 2px;
    left: -10px;
    font-family: var(--fontIcon);
    color: var(--Secondary);
    display: none;
    transition: all 0.3s ease;
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a:hover {
    color: var(--Secondary);
}

.mobile-nav-wrap .inner-mobile-nav .mobile-main-nav #menu-mobile-menu .menu-item-has-children-mobile .sub-menu-mobile .menu-item a:hover::before {
    left: -5px;
    display: inline;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list {
    margin-bottom: 30px;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li:not(:last-child) {
    margin-bottom: 10px;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li h5 {
    font-size: 16px;
    line-height: 22px;
    color: var(--White);
    text-transform: uppercase;
}

.mobile-nav-wrap .inner-mobile-nav .infor-list li p {
    font-size: 14px;
    line-height: 20px;
    color: var(--White);
}

.box-welcome {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    display: none;
}

.box-welcome .tf-overlay {
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: absolute;
}

.box-welcome.active {
    display: block;
}

.box-welcome.active .welcome-wrap {
    display: block;
    transform: translateX(0px);
}

.welcome-wrap {
    position: fixed;
    right: 90px;
    top: 220px;
    width: 447px;
    background-color: var(--Bg-11);
    z-index: 100;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: none;
    transform: translateX(100px);
}

.welcome-wrap::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(to top, #0d401c, #1c6932);
    z-index: 51;
}

.welcome-wrap .content {
    position: relative;
    z-index: 52;
    right: 0px;
    top: 0px;
    padding: 55px 35px;
}

.welcome-wrap .content .btn-close-welcome i {
    color: var(--White);
}

.welcome-wrap .content .btn-close-welcome:hover {
    background-color: var(--Secondary);
}

.icon.style-circle {
    border-radius: 50%;
}

.welcome-wrap .content .title {
    color: var(--Secondary);
}

.welcome-wrap .content .text {
    color: var(--Text-3);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.welcome-wrap .content .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--Border-5);
}

.welcome-wrap .content .infor-list {
    margin-bottom: 20px;
}

.welcome-wrap .content .infor-list .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.welcome-wrap .content .infor-list .item:not(:last-child) {
    margin-bottom: 15px;
}

.welcome-wrap .content .infor-list .item i {
    color: var(--Secondary);
}

.welcome-wrap .content .infor-list .item p {
    font-family: var(--font-main4);
    color: var(--White);
}

.welcome-wrap .content .wg-social .list {
    justify-content: flex-start;
}

.header-wrap {
    width: 100%;
    z-index: 3;
    top: 48px;
    padding: 0px 30px;
}

.bg-page {
    top: 0;
    width: 100%;
}

.bg-page img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 824px;
}

.tf-topbar-shop {
    background-color: var(--Primary);
    position: relative;
    z-index: 201;
    padding: 7px 0px 12px;
}

.tf-topbar-shop .s-img-item {
    position: absolute;
    width: 100%;
}

.tf-topbar-shop .s-img-item img {
    width: 100%;
}

.tf-topbar-shop .s-img-item.item-1 {
    bottom: -3px;
    left: 0;
    z-index: 1;
}

.tf-topbar-shop .s-img-item.item-1 img {
    width: 100%;
    height: 10px;
    object-fit: cover;
    object-position: top;
}

.tf-topbar-shop .topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tf-topbar-shop .topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tf-topbar-shop .topbar-left .icon {
    width: 38px;
    height: 38px;
    background-color: var(--Border-5);
    transform: rotate(-15deg);
}

.tf-topbar-shop .topbar-left .icon i {
    animation: tf-ani-tada 2s infinite;
    color: var(--Secondary);
}

.tf-topbar-shop .topbar-left p {
    letter-spacing: 0.1px;
    color: var(--White);
}

.tf-topbar-shop .topbar-right ul {
    display: flex;
    align-items: center;
}

.tf-topbar-shop .topbar-right ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tf-topbar-shop .topbar-right ul li:not(:last-child) {
    padding-right: 50px;
    position: relative;
}

.tf-topbar-shop .topbar-right ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 33px;
    right: 25px;
    top: -3px;
    background-color: var(--Border-5);
}

.tf-topbar-shop .topbar-right ul li .icon i {
    color: var(--Secondary);
}

.tf-topbar-shop .topbar-right ul li a {
    color: var(--White);
    font-size: 16px;
    line-height: 26px;
}

.tf-topbar-shop::after {
    content: "";
    background-image: -moz-linear-gradient(-92deg, rgb(28, 105, 50) 0%, rgb(21, 85, 39) 38%, rgb(13, 64, 28) 100%);
    background-image: -webkit-linear-gradient(-92deg, rgb(28, 105, 50) 0%, rgb(21, 85, 39) 38%, rgb(13, 64, 28) 100%);
    background-image: -ms-linear-gradient(-92deg, rgb(28, 105, 50) 0%, rgb(21, 85, 39) 38%, rgb(13, 64, 28) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tf-header-shop {
    padding-top: 25px;
    position: relative;
    z-index: 200;
}

.tf-header-shop .s-img-item {
    position: absolute;
    width: 100%;
}

.tf-header-shop .s-img-item img {
    height: 10px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.tf-header-shop .s-img-item.item-1 {
    bottom: -10px;
    left: 0;
}

.tf-header-shop .icon-wrap {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-left: 84px;
}

.tf-header-shop .icon-wrap .icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid var(--Border-12);
}

.tf-header-shop .icon-wrap .icon i {
    font-size: 20px;
    transition: all 0.3s ease;
}

.tf-header-shop .icon-wrap .icon:hover {
    background-color: var(--Primary);
}

.tf-header-shop .icon-wrap .icon:hover i {
    color: var(--White);
}

.tf-header-shop .icon-wrap .icon.wg-bag i {
    font-size: 24px;
}

.tf-header-shop .icon-wrap .icon.wg-bag {
    position: relative;
    margin-right: 7px;
}

.tf-header-shop .icon-wrap .icon.wg-bag::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "3";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--Secondary);
    color: var(--Text-5);
    font-weight: 600;
    font-size: 14px;
    top: -9px;
    right: -7px;
}

.tf-header-shop .wg-category {
    font-size: 18px;
    font-weight: 600;
    color: var(--Text-2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.tf-header-shop .wg-category i {
    color: var(--Text-4);
}

.tf-header-shop .header-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--Border);
    padding-bottom: 22px;
}

.tf-header-shop .logo-site img {
    max-width: 209px;
    width: 100%;
}

.tf-header-shop .search-product {
    width: 100%;
    flex-shrink: 0;
    max-width: 467px;
}

.tf-header-shop .header-search {
    display: none;
}

.tf-header-shop .wg-category {
    display: none;
}

.tf-header-shop .header-right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.tf-header-shop .header-right .call-us {
    margin-left: 60px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.tf-header-shop .header-right .call-us .content p {
    font-size: 23px;
    line-height: 35px;
    color: var(--Text-4);
}

.tf-header-shop .header-right .call-us .content a {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    color: var(--Text-2);
}

.tf-header-shop .your-cart {
    margin-left: 23px;
}

i.fa-solid.fa-phone {
    padding: 0px !important;
}

.tf-header-shop .your-cart .total {
    color: var(--Text-2);
}

.tf-header-shop .form-search input {
    background-color: var(--Bg-17);
    padding: 12px 15px 9px 25px;
}

.tf-header-shop .form-search input::placeholder {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.tf-header-shop .btn-search {
    background-color: transparent;
    position: absolute;
    right: 10px;
}

.tf-header-shop .btn-search i {
    transition: all 0.3s ease;
    color: var(--Text-2);
    font-size: 16px;
}

.tf-header-shop .btn-search:hover i {
    color: var(--Secondary);
}

.tf-header-shop .header-inner .main-nav .item>a {
    line-height: 81px;
    font-size: 16px;
}

.tf-header-shop .header-inner .header-right {
    padding: unset;
}

@media (min-width: 1900px) {
    .slider-s-project {
        overflow: visible;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .wg-shop-content {
        .grid-layout-3 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .main-content {
        &.page-service-detail {
            .content {
                .benefit {
                    gap: 15px;
                }

                .box-icon {
                    gap: 10px;
                    padding: 30px;
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .footer {
        &.style-2 {
            .tf-accordion-content {
                display: flex !important;
                flex-direction: column;
            }
        }
    }

    .tf-collapse-content {
        display: flex !important;
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .s-service {
        .box-icon {
            .caption {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                /* Giới hạn số dòng là 4 */
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-bottom: 0px;

                &::after {
                    content: none;
                }
            }

            .icon {
                width: 100px;
                height: 100px;

                i {
                    font-size: 50px !important;
                }
            }
        }
    }

    .s-our-agriculture {
        &.style-2 {
            .counter-wrap {
                .text {}

                .wg-counter {
                    gap: 10px;

                    .counter-item {
                        gap: 5px;

                        .title {
                            white-space: nowrap;
                        }

                        .counter {
                            span {
                                font-size: 40px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-content {
        &.page-blog-single {
            .meta-list {
                gap: 15px;

                li {
                    &:not(:last-child) {
                        &::after {
                            right: -4px;
                        }
                    }
                }
            }
        }
    }

    .grid-portfolio {
        .box-portfolio {
            .content {
                .text {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    /* Giới hạn số dòng là 4 */
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            &:hover {
                .content {
                    bottom: 30px;
                }

                .title {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }

                .text {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .s-our-agriculture {
        .content {
            .text {
                margin-bottom: 20px !important;
            }

            .wg-progress {
                margin-bottom: 10px;
            }
        }

        .heading-section {
            margin-bottom: 10px;
        }
    }

    .box-portfolio {
        &.style-4 {
            .content {
                height: 65px;

                .title {
                    font-size: 18px;
                    margin-top: -60px;
                }
            }

            &:hover {
                .content {
                    .icon {
                        margin-bottom: 15px;
                    }

                    .title {
                        margin-bottom: 15px;
                        padding-bottom: 20px;
                    }

                    .text {
                        margin-bottom: 20px;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        /* Giới hạn số dòng là 4 */
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                }
            }
        }
    }
}

@media (min-width: 576px) {
    .s-testimonial {
        &.style-2 {
            .wrap {
                .image {
                    width: 52%;
                }

                .content-section {
                    width: 49%;
                }
            }
        }
    }
}

// ------------------------------------------------------------------//
@media (max-width: 1800px) {

    .scroll-element,
    .scroll-element-2,
    .scroll-element-3,
    .scroll-element-4 {
        transform: translate(0, 0) !important;
    }

    .scale-1-1 {
        transform: scale(1);
    }

    .s-question {
        .image {
            img {
                object-fit: cover;
            }
        }
    }

    .s-benefit {
        &.style-2 {
            padding: 0px;

            .btn-slide-box-list {
                display: none;
            }

            .benefit-list {
                .box-icon {
                    width: 100%;

                    .caption {
                        line-height: 26px;
                        flex-grow: 1;
                    }
                }
            }
        }
    }

    .s-break-page {
        &.style-3 {
            br {
                display: block;
            }

            .image {
                img {
                    min-height: 500px;
                    object-fit: cover;
                }
            }
        }
    }

    .box-portfolio-2 {
        .content {
            padding: 40px;
            @include d-flex();
            flex-direction: column;
            justify-content: center;
        }
    }

    .s-our-expertise {
        .heading-section {
            padding-bottom: 550px;
            position: relative;

            .img-item {
                &.item-2 {
                    position: absolute;
                    bottom: -20px;

                    left: 0;
                }
            }

            .image {
                height: unset;
                overflow: hidden;
                margin-top: 10px;
                position: absolute;
                bottom: 0;
                left: 0;

                img {
                    min-height: 250px;
                    object-position: bottom;
                    object-fit: cover;
                    width: 100%;
                }
            }
        }

        .s-slider {
            margin-top: -490px;

            .btn-slider-provide {
                &.btn-next {
                    right: 20px !important;
                }

                &.btn-prev {
                    left: 20px !important;
                }
            }
        }

        .card-provide {
            br {
                display: block;
            }
        }
    }

    .s-our-mission {
        .content-section {
            .slider-wrap {
                max-width: unset;
                width: calc(38% - 30px);
            }

            .video-wrap {
                max-width: unset;
                width: 62%;

                img {
                    height: 100%;
                }
            }
        }
    }

    .s-service-2 {
        overflow: hidden;

        .content-section {
            padding: 47px 92px 50px 190px;
        }

        .slider-wrap {}
    }

    .s-blog-post {
        .btn-s-blog-post {
            &.btn-next {
                right: 50px !important;
            }

            &.btn-prev {
                left: 50px !important;
            }
        }
    }
}

@media (max-width: 1600px) {
    .s-quality-of-life {
        .img-item {
            &.item-1 {
                right: 0px;
            }
        }
    }

    .s-question {
        .content-wrap {
            .content {
                width: 55.5%;
                padding: 136px 15px 126px !important;
            }
        }

        .image-wrap {
            width: 44.5%;
        }
    }

    .s-banner {
        &.style-2 {
            .image {
                img {
                    min-height: 450px;
                    max-height: unset;
                }
            }
        }
    }

    .main-content {
        &.page-our-commitments {
            .video-wrap {
                width: 100%;
            }
        }

        &.page-our-commitments {
            .s-other-commitment {
                .s-img-item {
                    &.item-2 {
                        max-width: 150px;
                        bottom: unset;
                        left: unset;
                    }
                }
            }
        }
    }

    .js-countdown {
        .countdown__timer {
            gap: 60px;

            .countdown__item {
                &:not(:last-child) {
                    &::after {
                        right: -36%;
                    }
                }

                .countdown__value {
                    font-size: 50px;
                }
            }
        }
    }

    .wg-coming-soon {
        .content {
            max-width: unset;
            width: 64%;
        }

        .image {
            width: 36%;
        }

        .bot {
            gap: 30px;

            .tf-btn-read {
                flex-shrink: 0;
            }
        }
    }

    .s-our-history {
        .content-section {
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            height: 100%;

            .image {
                max-width: unset;
                width: 50%;
                height: 100%;

                img {
                    height: 100%;
                    object-fit: cover;
                }
            }
        }

        .heading-section {
            width: 50%;
            margin: unset !important;
        }

        .wg-exprerience {
            top: -170px;
        }
    }

    .s-testimonial-3 {
        .btn-slide-testimonial-3 {
            display: none;
        }
    }

    .s-shopping {
        .btn-slider-shopping {
            display: none;
        }

        .content-section {
            width: 37%;
        }

        .content-wrap {
            .s-slider {
                width: 63%;
                max-width: unset;
            }
        }
    }

    .s-why-choose {
        .image-wrap {
            height: 100%;

            .image {
                height: 100%;

                img {
                    height: 100%;
                    object-fit: cover;
                }
            }
        }

        .notice {
            top: 20px;
            left: 20px;
        }

        .s-img-item {
            &.item-1 {
                max-width: 200px;
            }
        }
    }

    .s-our-mission {
        .content-section {
            .slider-wrap {
                padding: 50px 20px 40px 30px;
            }

            .video-wrap {
                img {}
            }
        }
    }

    .s-our-agriculture {
        &.style-2 {
            .wrap {
                .text {
                    margin-top: 0px !important;
                }
            }
        }
    }

    .page-title-home-3 {
        br {
            display: block;
        }

        .btn-slide-home-3 {
            right: 20px !important;
        }
    }

    .slide-home-3 {
        .content {
            padding: 0px 15px;
        }
    }

    .s-happy-farm {
        .content {
            align-items: center;
        }

        .heading-section {
            padding: 40px 15px 15px !important;
        }
    }

    .s-service-2 {
        .content-section {
            max-width: unset;
            width: 33.333%;
            flex-shrink: unset;
            padding: 30px 15px;
        }

        .slider-wrap {
            width: 66.667%;
        }
    }

    .s-about-us-2 {
        overflow: hidden;

        .content {
            padding: 0px 40px !important;
        }
    }

    .bg-page {
        .image {
            img {
                height: 720px;
                object-fit: cover;
                object-position: bottom;
            }
        }
    }

    .slide-home-2 {
        &::before {
            bottom: -4px;
        }

        .image {
            img {
                min-height: 820px;
                object-fit: cover;
            }
        }

        .content {
            padding: 258px 0px 20px 0px;

            br {
                display: block;
            }
        }
    }

    .s-benefit {
        margin-top: 0px;
        padding-top: 100px;
    }

    .s-blog-post {
        .btn-s-blog-post {
            display: none;
        }
    }

    .has-img-item {
        .tf-container {
            padding-top: 0px;
        }
    }

    .s-counter {
        padding: 60px 0px 65px 0px;
    }

    .s-testimonial {
        padding-bottom: 80px;

        .image {
            position: absolute;
            width: 100%;
            left: -75px;

            img {
                height: unset !important;
            }
        }

        .content-section {
            margin-left: auto;
        }
    }

    .s-our-commitment {
        .main-section {
            gap: 30px;

            .content-section {
                width: 50%;

                .box-icon {
                    .caption {
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        /* Giới hạn số dòng là 4 */
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }
                }
            }

            .image-wrap {
                width: 70%;

                .image {
                    max-width: unset;
                    width: unset;
                    height: 100%;
                }

                img {
                    object-fit: cover;
                    height: 100%;
                }
            }
        }
    }

    .page-title-home-1 {
        .btn-slide-home-1 {
            &.btn-prev {
                right: 70px;
                left: unset;
                top: 55%;
            }
        }
    }

    .slide-home-1 {
        .content-wrap {
            padding: 121px 20px 100px 20px;

            br {
                display: block !important;
            }
        }
    }

    .header {
        .header-inner {
            gap: 20px;

            .header-left {
                .logo-site {
                    padding-top: 0px;
                    padding-right: 60px;
                }

                .nav-list {
                    gap: 34px;
                }
            }
        }
    }
}

@media (max-width: 1440px) {
    .blog-single {
        .content {
            .entry-image-2 {
                gap: 30px;
            }
        }

        .entry-video {
            .video-wrap {
                width: calc(50% - 30px);

                img {
                    height: 100%;
                    object-fit: cover;
                }
            }

            .benefit-list {
                width: 50%;
            }
        }
    }

    .s-testimonial {
        &.style-2 {
            overflow: hidden;

            .wrap {
                margin-right: unset;
            }
        }
    }

    .main-content {
        &.page-testimonial {
            overflow: hidden;
        }
    }

    .s-review {
        .wg-counter {
            top: 20px;
            left: 10px;
        }

        .img-item {
            &.item-1 {
                max-width: 250px;
                top: -110px;
            }
        }

        .content-section {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
    }

    .wg-shop-content {
        .card-product {
            &.style-2 {
                max-width: unset;
            }
        }
    }

    .s-relate-product {
        .btn-slide-product {
            display: none;
        }
    }

    .s-product-detail {
        .content-inner {
            margin: 0px;
        }
    }

    .tf-header-shop {
        .header-topbar {
            gap: 30px;

            .search-product {
                flex-shrink: unset;
            }

            .call-us {
                flex-shrink: 0;
            }
        }

        .style-absolute {
            .header-inner {
                .header-right {
                    gap: 0px;
                }

                .icon-wrap {
                    margin-left: unset;
                }

                .nav-list {
                    gap: 25px !important;
                }
            }
        }
    }

    .main-content {
        &.page-service-detail {
            .content {
                .benefit {
                    gap: 15px;

                    .caption {
                        line-height: 20px;
                    }
                }
            }
        }
    }

    .our-event-item {
        gap: 30px;
        padding: 30px;

        .image {
            max-width: unset;
            width: 41.6666%;

            img {
                height: 100%;
                object-fit: cover;
            }
        }

        .content {
            .infor-event {
                gap: 5px 40px !important;
                padding: 15px;
                flex-wrap: wrap;

                li {
                    p {
                        font-size: 14px;
                    }

                    &:not(:last-child) {
                        &::after {
                            right: -27px !important;
                        }
                    }
                }
            }
        }
    }

    .s-testimonial {
        &.style-2 {
            padding-top: 0px;
            padding-bottom: 100px;

            .image {
                img {
                    bottom: -27%;
                    left: -90px;
                }

                .sign {
                    bottom: -19%;
                    right: 169px;

                    img {
                        height: unset !important;
                    }
                }
            }

            .content-section {
                .bot {
                    gap: 10px;
                    flex-wrap: wrap;
                }
            }
        }
    }

    .btn-slider-provide {
        display: none !important;
    }

    .s-happy-farm {
        .image-wrap {
            width: 50%;
        }
    }

    .s-our-agriculture {
        .content-section {
            .image-wrap {
                margin: unset;
            }

            .content {
                padding-top: 0px;
                max-width: unset;
                margin: unset;
            }
        }

        .wrap {
            height: 100%;

            >* {
                height: 100%;
            }
        }
    }

    .wg-exprerience {
        br {
            display: block;
        }
    }

    .s-what-we-do {
        .content-section {
            padding: 50px;

            .video-wrap {
                top: -30px;
            }
        }

        .we-do-list {
            gap: 30px;
            padding: 50px;
        }
    }

    .clip-color-text {
        br {
            display: block;
        }
    }

    .s-about-us-2 {
        .content-section {
            .image {
                max-width: 330px;
                min-height: 550px;

                img {
                    min-height: 550px;
                    object-fit: cover;
                }
            }
        }
    }

    .s-benefit {
        padding: 100px 15px 0px;

        .benefit-list {
            .box-icon {
                padding: 0px 15px;

                &::after {
                    right: 0 !important;
                }
            }
        }
    }

    .tf-topbar {
        &.style-2 {
            .topbar-inner {
                gap: 15px;
            }

            .topbar-right {
                .contact-list {
                    .item {
                        gap: 9px !important;
                    }

                    .infor {
                        display: none;
                    }
                }
            }
        }
    }

    .box-event {
        .content {
            padding: 0px 15px;
        }
    }

    .s-banner {
        .heading-side {
            margin-top: 0px;

            .image {
                img {
                    max-height: 300px;
                }
            }
        }

        .slider-side {
            margin-top: -300px;
        }
    }

    .s-faq {
        .s-right {
            position: relative;

            .img-item {
                right: 20px;
            }
        }
    }

    .s-break-page {
        &.style-2 {
            br {
                display: block;
            }
        }
    }

    .s-service {}

    .s-about-us {
        .main-section {
            .content-left {
                width: 60%;
                max-width: unset;

                .image {
                    height: auto;
                    max-height: unset;

                    img {}
                }
            }

            .content-right {
                width: 40%;

                .has-border {
                    padding: 15px !important;
                }

                .wg-counter {
                    max-width: unset;
                }

                .box-trust {
                    height: auto;
                }
            }
        }
    }

    .box-portfolio {
        &.style-4 {
            .content {
                top: unset;
            }

            &:hover {
                .content {
                    top: unset;
                }
            }
        }
    }

    .article-blog-item {

        &,
        &.type-2 {
            .image {
                .video-wrap {
                    height: 100%;

                    img {
                        height: 100%;
                    }
                }
            }
        }
    }

    .subscribe-wrap {
        .has-border {
            gap: 43px;
        }
    }

    br {
        display: none;
    }

    .tf-topbar {
        .topbar-inner {
            .topbar-left {
                text-align: center;
                max-width: 230px;
                flex-wrap: wrap;
                gap: 8px;
                justify-content: center;
                white-space: nowrap;

                span {
                    &::after {
                        content: none !important;
                    }
                }
            }

            .topbar-right {
                gap: 30px;

                .contact-list {
                    gap: 15px 30px;

                    .item {
                        gap: 5px;
                    }
                }
            }
        }
    }

    .header {
        .header-inner {
            .header-left {
                .nav-list {
                    gap: 25px;

                    .item {
                        &::before {
                            left: -17px !important;
                            font-size: 20px !important;
                        }
                    }
                }
            }

            .header-right {
                padding-right: 0px;
                gap: 20px;

                .tf-btn {
                    gap: 20px;
                    padding: 6px 5px 6px 28px;
                }

                .icon-wrap {
                    gap: 5px;
                }
            }
        }

        .wg-welcome {
            display: none !important;
        }
    }

    .page-title {
        .img-item {
            img {
                width: 100%;
                height: 50px;
                max-width: 1920px;
                object-fit: cover;
            }

            &.item-2 {
                img {
                    object-position: right;
                }
            }

            &.item-1 {
                img {
                    object-fit: cover;
                }
            }
        }
    }

    .footer {
        .img-item {
            &.item-1 {
                width: 100%;

                img {
                    height: 23px;
                    max-width: 1920px;
                    object-fit: cover;
                }
            }
        }
    }
}

@media (max-width: 1300px) {
    .s-benefit {
        .benefit-list {
            flex-wrap: wrap;
            gap: 20px 0px;

            .box-icon {
                width: 50%;
                max-width: unset;

                .icon {
                    margin-bottom: 10px;
                }

                .caption {
                    margin-bottom: 5px;
                }

                br {
                    display: block;
                }

                &::after {
                    content: none !important;
                }
            }
        }
    }

    .s-contact-us {
        .contact-list {
            padding: 35px;
        }
    }

    .s-testimonial {
        .image {
            left: -125px;
        }
    }

    .s-project {
        .heading-side {
            padding: 115px 0px 350px;
        }

        .slider-s-project {
            margin-top: -300px !important;
        }
    }

    .s-why-us {
        .box-video {
            top: 10px !important;
            left: 10px !important;
        }
    }

    .box-portfolio {
        &.style-4 {
            &:hover {
                .content {
                    padding: 30px;
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .tf-topbar {
        display: none;
    }

    .s-our-agriculture {
        &.style-3 {
            .s-img-item {
                &.item-1 {
                    display: none;
                }
            }
        }
    }

    .tf-topbar-shop {
        .topbar-left {
            display: none;
        }

        .topbar-right {
            width: 100%;

            ul {
                justify-content: space-between;
                gap: 15px;

                li {
                    padding: 0px !important;

                    &::after {
                        content: none !important;
                    }
                }
            }
        }

        .s-img-item {
            &.item-1 {
                width: 100%;

                img {
                    width: 100%;
                    object-fit: cover;
                    height: 10px;
                }
            }
        }
    }

    .tf-header-shop {
        .s-img-item {
            &.item-1 {
                width: 100%;

                img {
                    width: 100%;
                    object-fit: cover;
                    height: 10px;
                }
            }
        }

        .header-topbar {
            .search-product {
                display: none;
            }

            .header-search {
                display: flex;
            }

            .header-right {
                .icon-wrap {
                    margin-left: 40px;
                }
            }
        }

        .mobile-button {
            margin-left: 20px;
        }

        .style-absolute {
            &.fixed-header {
                padding: 15px 0px;
            }
        }
    }

    .offer-list {
        gap: 30px;

        .list {
            li {
                p {
                    line-height: 26px;
                }

                &:not(:last-child) {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .box-portfolio-style-2 {
        background-color: var(--Primary);
        align-items: center;

        .content {
            padding: 20px 30px;
        }

        .image {
            img {
                min-height: 350px;
                object-fit: cover;
            }
        }
    }

    .wg-pricing {
        padding: 20px;

        .best-choice {
            right: 10px;
            padding: 10px;
        }
    }

    .s-commitment-2 {
        .image-wrap {
            height: 100%;
        }

        .image {
            height: 100%;

            img {
                height: 100%;
                object-fit: cover;
            }
        }

        .img-item {
            &.item-1 {
                left: 10px;
                top: 10px;
            }
        }
    }

    .s-video {
        .video-wrap {
            height: 100%;

            img {
                height: 100%;
            }
        }

        .content-section {
            margin-top: unset;
            @include d-flex();
            flex-direction: column;
            justify-content: center;
        }
    }

    .main-content {
        &.page-faq {
            .content {
                .bot {
                    padding: 74px 0px 80px 37px;

                    .img-item {
                        &.item-1 {
                            right: 0px;
                        }
                    }
                }
            }
        }

        &.page-our-commitments {
            .video-wrap {
                min-height: 400px;

                img {
                    min-height: 400px;
                    height: 100%;
                }
            }
        }
    }

    .js-countdown {
        .countdown__timer {
            gap: 40px;

            .countdown__item {
                &::before {
                    bottom: -40px;
                }
            }
        }
    }

    .wg-coming-soon {
        .content {
            padding: 40px;

            .top {
                margin-bottom: 40px;
            }

            .text {
                margin-bottom: 40px;
            }
        }
    }

    .s-shopping {
        .content-section {
            .title {
                br {
                    &:first-child {
                        display: block;
                    }
                }
            }

            width: 100%;

            .heading-section {
                width: 100%;

                max-width: unset;
            }
        }

        .content-wrap {
            flex-wrap: wrap;

            .s-slider {
                width: 100%;
            }
        }
    }

    .s-testimonial {
        &.style-2 {
            padding-bottom: 0px;
            margin-bottom: -30px;
            padding-top: 60px;

            .content-section {
                padding: 0px 15px 80px;
                width: 100% !important;
                max-width: unset;
            }

            .wrap {
                flex-wrap: wrap-reverse;
                margin: unset !important;
                padding: unset;
                width: 100%;

                .image {
                    padding-top: 0px;
                    width: 100%;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    height: unset;
                    @include flex(center, center);

                    >img {
                        left: 0;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        position: relative;
                        max-width: unset;
                    }

                    .sign {
                        right: unset;
                        left: 45%;
                        bottom: 7%;
                    }
                }
            }
        }
    }

    .s-project-2 {
        .content-section {
            gap: 10px 20px;
            flex-wrap: wrap;
        }

        .s-slider {
            .wrap {
                gap: 10px 20px;
                flex-wrap: wrap;
            }
        }
    }

    .box-portfolio-2 {
        .content {
            .sub {
                margin-bottom: 10px;
            }

            .title {
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

            .text {
                margin-bottom: 20px;
            }
        }
    }

    .slide-home-3 {
        .image {
            img {
                min-height: 580px;
                height: unset;
            }
        }

        .content-wrap {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0px;

            .content {
                margin: unset;
            }

            .sub-title {
                margin-bottom: 0px;
            }

            .title {
                font-size: 70px;
                line-height: 80px;
            }

            .img-item {
                margin-bottom: 10px;
            }

            .text {
                margin-bottom: 20px;
            }
        }
    }

    .page-title-home-3 {
        .img-item {
            pointer-events: none;
        }

        .img-item {
            &.item-2 {
                max-height: 200px;
            }

            &.item-3 {
                max-width: 150px;
            }
        }
    }

    .s-testimonial-2 {
        padding-bottom: 30px;
    }

    .s-happy-farm {
        .image-wrap {
            display: none;
        }

        .content-section {
            margin-top: -240px;
        }

        .heading-section {
            margin-left: unset !important;
        }
    }

    .s-testimonial-2 {
        .sub-title {
            padding-right: 60px;
        }

        .img-item {
            &.item-2 {
                right: unset;
                left: 90%;
            }
        }
    }

    .box-event {
        &.style-2 {
            padding-left: 0px;
            padding-right: 0px;
            height: 100%;
        }
    }

    .s-what-we-do {
        padding: 100px 0px 0px;

        .content-wrap {
            flex-wrap: wrap;
            padding: 0px 15px;
            margin-bottom: -60px;

            .content-section {
                margin: 0px auto -100px;
                max-width: 890px;
            }

            .we-do-list {
                max-width: unset;
                width: calc(100% + 30px);
                justify-content: center;
                padding: 131px 50px 50px 50px;
                margin: 0px -15px;
            }
        }
    }

    .clip-color-text {
        br {
            display: block;
        }

        p {
            font-size: 100px;
            line-height: 100px;
        }
    }

    .s-quality-of-life {
        .img-item {
            &.item-3 {
                left: 0 !important;
                top: -7% !important;
            }
        }
    }

    .s-service-2 {
        flex-wrap: wrap;

        .content-section {
            width: 100%;
        }

        .slider-wrap {
            width: 100%;
            padding: 0px 15px;
        }
    }

    .s-about-us-2 {
        .content-section {
            justify-content: center;
            padding-bottom: 70px;
        }

        .image {
            position: absolute;
            bottom: 5%;
            max-width: 404px !important;

            &.image-left {
                transform: translateX(-55%) rotate(-9.06deg) !important;
            }

            &.image-right {
                transform: translateX(55%) rotate(9.06deg) !important;
            }
        }
    }

    .slide-home-2 {
        .image {
            img {
                min-height: 720px;
                object-fit: cover;
            }
        }

        .content {
            padding: 0px;
            top: 50%;
            transform: translateY(-35%);
        }
    }

    .bg-page {
        .image {
            img {
                height: 620px;
            }
        }
    }

    .tf-topbar {
        &.style-2 {

            .topbar-left,
            .topbar-right {
                display: none;
            }

            .topbar-inner {
                padding: 15px 0px;
            }

            .contact-list {
                &.mobile {
                    display: flex;
                }
            }
        }
    }

    .s-contact-us {
        .content-section {
            padding: 30px;
        }
    }

    .article-blog-item {
        &.style-2 {
            &.type-3 {
                .entry-meta {
                    flex-wrap: nowrap !important;
                }
            }
        }
    }

    .s-testimonial {
        .image {
            width: 80%;

            img {
                height: 682px !important;
            }
        }

        .testimonial {
            &.style-4 {
                .caption {
                    display: -webkit-box;
                    -webkit-line-clamp: 5;
                    /* Giới hạn số dòng là 4 */
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }
    }

    .s-why-us {
        .main-section {
            .content-section {
                padding-top: 30px;
            }
        }

        .bot {
            margin-top: -100px;
            margin-left: 20px;
        }
    }

    .footer {
        .footer-inner {
            .footer-inner-wrap {
                .footer-title {
                    margin-bottom: 20px !important;
                }

                .contact-list {
                    li {
                        gap: 8px;

                        p {
                            line-height: 20px;
                        }
                    }
                }

                .new-post-list {
                    .item {
                        gap: 8px;
                    }
                }
            }
        }
    }

    .article-blog-item {

        &,
        &.type-2 {
            padding: 15px;
            gap: 30px;
        }

        .content {
            .entry-meta {
                gap: 20px;
                padding-bottom: 15px;
                margin-bottom: 15px;

                .entry {
                    white-space: nowrap;

                    &:not(:last-child) {
                        &::after {
                            right: -10px;
                        }
                    }
                }
            }

            .text {
                margin-bottom: 30px;
            }

            .bot {
                .share {
                    transform: translateX(0px);

                    .social-list {
                        @include visible;
                    }

                    p {
                        margin-right: 10px !important;
                    }
                }
            }
        }
    }

    .subscribe-wrap {
        .has-border {
            gap: 20px;

            .notice {
                .content-inner {
                    max-width: 400px;
                }
            }
        }
    }

    .header-wrap {
        padding: 0px 15px;
        top: 15px;
    }

    .page-title-home-2 {
        margin-top: 15px;
        padding: 0px 15px;
    }

    .header {
        padding: 15px 0px;

        .logo-site {
            padding-right: 0px !important;
        }

        .main-nav {
            display: none;
        }

        .mobile-button {
            display: block;
        }

        .fixed-header {
            padding: 15px 0px 0px;
        }

        &.style-2 {
            .header-inner {
                padding: 15px 0px;

                .header-right {
                    gap: 15px;
                }
            }

            .header-left {
                padding-left: 0px !important;

                .logo {
                    display: block;
                }
            }

            .main-nav {
                display: none;
            }

            .mobile-button {
                display: block;
            }

            .fixed-header {
                .header-inner {
                    padding: 0px;
                }

                .mobile-button {

                    &::after,
                    &::before {
                        background-color: var(--Primary);
                    }

                    span {
                        background-color: var(--Primary);
                    }
                }
            }
        }
    }

    .tf-topbar {
        .topbar-inner {
            .topbar-right {
                .social-list {
                    display: none;
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .tf-topbar {
        &.style-3 {
            .topbar-left {
                display: none;
            }

            .topbar-right {
                width: 100%;
                justify-content: space-between;
            }
        }
    }

    .footer {
        .footer-bottom {
            justify-content: center;
            gap: 10px;
        }
    }

    .article-blog-item {
        .content {
            .entry-meta {
                flex-wrap: wrap;
                gap: 10px 0px;

                .entry {
                    width: 50%;
                    justify-content: flex-start;

                    &:not(:last-child) {
                        &::after {
                            content: "";
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .tf-sticky-btn {
        .name-product {
            display: none;
        }
    }

    .s-quality-of-life-2 {
        .img-item {
            &.item-1 {
                max-width: 100px;
                z-index: 1;
                left: 20px;
                top: -13%;
            }
        }
    }

    .tf-sidebar {
        .sidebar-item {
            .sb-content {
                padding: 30px;
            }
        }
    }

    .blog-single {
        .content {
            margin-right: unset;
            padding-bottom: 30px;
        }

        .entry-image-2 {
            .image {
                max-width: unset !important;
            }
        }
    }

    .main-customer {
        padding-bottom: 30px;
    }

    .s-customer-say {
        padding: 92px 0px 132px;
    }

    .s-review {
        padding-bottom: 30px;

        .image-wrap {
            padding-bottom: 30px;
            max-width: unset;
            margin-right: unset;

            .image {
                img {
                    min-height: 450px;
                    max-height: 650px;
                    object-fit: cover;
                    object-position: top;
                }
            }
        }
    }

    .wg-shop-content {
        .grid-layout-3 {
            gap: 15px;
        }

        .card-product {
            &.style-2 {
                padding: 15px;
            }
        }
    }

    .s-relate-product {
        padding-top: 60px;

        .title {
            margin-bottom: 20px;
        }
    }

    .wg-tabs {
        &.style-2 {
            padding: 15px;

            .menu-tab {
                background-color: transparent;
                margin-top: 20px;
                margin-bottom: 20px;
                flex-wrap: wrap;

                .item {
                    a {
                        padding: 15px;
                    }
                }
            }
        }
    }

    .thumbs-slider {
        padding-bottom: 30px;
    }

    .s-tab {
        padding-top: 0px;
    }

    .s-box-wrap {
        .wrap {
            flex-wrap: wrap;
            gap: 15px;
        }

        .box-icon {
            max-width: unset;
            width: calc(50% - 15px);

            &::after {
                content: none !important;
            }
        }
    }

    .tf-header-shop {
        padding: 10px 0px;

        .call-us {
            display: none !important;
        }

        .header-topbar {
            padding-bottom: 0px;
            border: unset;

            .wg-category {
                @include flex(center, center);
            }
        }

        .header-inner {
            display: none;
        }

        .style-absolute {
            padding: 20px 0px;

            .header-inner {
                display: flex;

                .icon-wrap {
                    .icon {
                        width: 40px;
                        height: 40px;
                    }
                }
            }
        }

        .your-cart {
            display: none;
        }

        .icon-wrap {
            margin-left: 20px !important;
            gap: 8px;

            .icon {
                width: 40px;
                height: 40px;

                i {
                    font-size: 15px !important;
                }
            }
        }
    }

    .slider-service-detail {
        .image {
            img {
                min-height: 450px;
                object-fit: cover;
            }
        }

        .btn-service-detail {
            &:hover {
                &.btn-next {
                    right: 10px;
                }

                &.btn-prev {
                    left: 10px;
                }
            }
        }
    }

    .main-content {
        &.page-service-detail {
            padding: 80px 0px;

            .content {
                max-width: unset;
                margin-right: unset;
                padding-bottom: 40px;
            }

            .box-icon {
                max-width: unset;
            }
        }
    }

    .box-portfolio-style-2 {
        flex-wrap: wrap;

        .image {
            img {
                min-height: 350px;
                max-height: 450px;
            }
        }

        .content {
            max-width: unset;
            padding: 30px 15px;

            .title {
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            .text {
                margin-bottom: 20px;
            }
        }
    }

    .grid-layout-3 {
        &.grid-portfolio {
            grid-template-columns: repeat(2, 1fr);
        }

        .box-portfolio {
            .image {
                img {
                    width: 100%;
                }
            }

            .content {
                bottom: -126px;
            }

            &:hover {
                .content {
                    bottom: 50px;
                }
            }
        }

        &.item {
            padding-top: 15px;
        }
    }

    .main-content {
        &.page-portfolio-details {
            padding-bottom: 60px;

            .content {
                padding-bottom: 30px;

                .title {
                    line-height: 40px;
                }

                .title-2 {
                    margin-bottom: 20px;
                    line-height: 36px;
                }

                .bot {
                    margin-right: unset;
                }
            }

            .s1 {
                margin-bottom: 30px;
                padding-bottom: 30px;

                .title {
                    margin-bottom: 30px;
                    padding-bottom: 20px;
                }

                .text-1 {
                    margin-bottom: 10px;
                }
            }

            .s2 {
                margin-bottom: 30px;
                padding-bottom: 30px;

                .text-3 {
                    margin-bottom: 30px;
                }
            }

            .s3 {
                margin-bottom: 30px;
                padding-bottom: 35px;

                .title-2 {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .slider-portfolio {
        padding-top: 0px !important;
        margin-top: 30px;
        margin-bottom: 30px !important;
    }

    .s-testimonial-2 {
        &.style-2 {
            padding-top: 60px !important;
        }
    }

    .s-pricing {
        padding: 90px 0px 60px;
        margin: 0px;

        .wg-pricing {
            margin-bottom: 30px;
        }
    }

    .wg-pricing {
        .best-choice {}

        .text {
            margin: 0px 0px 20px 0px;
        }
    }

    .grid-layout-3 {
        gap: 30px;
    }

    .box-infor {
        &.style-1 {
            .content {
                flex-grow: 1;
                padding: 15px 0px 0px;
                @include d-flex();
                flex-direction: column;

                .title {
                    flex-grow: 1;
                }
            }

            @include d-flex();
            flex-direction: column;

            .image {
                .icon {
                    bottom: 10px;
                    height: 80px;
                    width: 80px;
                    left: 10px;

                    i {
                        font-size: 35px;
                    }
                }
            }
        }
    }

    .s-commitment-2 {
        .image {
            img {
                width: 100%;
                max-height: 680px;
                object-position: top;
            }
        }

        .content-section {
            padding-top: 30px;
            max-width: unset;
            margin-left: unset;
        }
    }

    .wg-history {
        .year {
            position: absolute;
            left: -95px;
        }
    }

    .main-history {
        padding-left: 100px;

        &::after {
            left: 50px;
        }

        &::before {
            left: 50px;
        }

        .line {
            width: 1px;

            &::after {
                left: -50px;
            }
        }
    }

    .s-mission {
        .s-img-item {
            &.item-1 {
                right: 58px;
            }
        }
    }

    .box-farmer {
        .image {
            img {
                max-height: 450px;
                object-fit: cover;
                object-position: top;
            }
        }

        &.pb-30 {
            padding-bottom: 30px;
        }

        .say-hi {
            top: 10px;
            left: 10px;
        }
    }

    .s-we-are {
        padding: 60px 0px;

        .s-img-item {
            &.item-1 {
                img {
                    height: 15px;
                    object-fit: cover;
                }
            }
        }
    }

    .we-are-wrap {
        gap: 20px;
        padding: 0px;

        .content {
            gap: 5px;
        }
    }

    .s-question {
        padding-top: 80px;

        .content-wrap {
            flex-wrap: wrap;

            .content {
                padding: 0px 15px 30px !important;
                width: 100%;
            }

            .bot {
                gap: 15px;
                flex-wrap: wrap;
            }
        }

        .image-wrap {
            width: 100% !important;

            .image {
                img {
                    width: 100%;
                    min-height: 450px;
                }
            }

            .img-item {
                &.item-1 {
                    max-width: 150px;
                }
            }
        }
    }

    .s-other-event {
        padding-bottom: 15px;
    }

    .our-event-item {
        flex-wrap: wrap;
        gap: 0px;
        padding: 20px;

        .image {
            width: 100%;

            img {
                min-height: 450px;
            }
        }

        .content {
            padding-top: 30px;

            .title {
                margin-bottom: 15px;
            }

            .infor-event {
                margin-bottom: 10px;
            }

            .sub {
                margin-bottom: 20px;
            }
        }
    }

    .s-video {
        padding-bottom: 60px;

        .video-wrap {
            max-width: unset;
            max-height: 450px;
            margin-bottom: 30px;

            img {}
        }

        .content-section {
            .text {
                margin-bottom: 20px;
            }
        }
    }

    .wg-award-winner {
        .title {
            margin-bottom: 5px;
        }
    }

    .s-award {
        padding: 60px 0px 50px;

        .wrap {
            padding-bottom: 30px;
        }

        .image-award {}

        .img-item-award {
            padding: 30px;
            margin: unset;
            max-width: unset;
            max-height: unset;
        }

        .top {
            padding-bottom: 0px;
        }

        .headding-text {
            padding: 0px 0px 30px;
        }

        .block-quote {
            &.style-4 {
                padding: 30px;
                margin-bottom: 30px;

                .quote {
                    gap: 30px;
                }
            }
        }
    }

    .wg-gallery {
        gap: 15px;
    }

    .main-content {
        &.page-contact-us {
            .s-contact-us {
                padding-top: 60px;

                .contact-list {
                    li {
                        gap: 15px;
                    }
                }
            }
        }

        &.page-event-detail {
            .content {
                max-width: unset;
                margin: unset;
                padding-bottom: 30px;

                .title {
                    margin-bottom: 10px;

                    &.s2 {
                        margin-bottom: 20px;
                    }
                }

                .text-2 {
                    margin-bottom: 30px;
                }
            }

            .slider-event-detail {
                margin-bottom: 20px;
            }

            .tour-infor {
                padding: 30px;
                margin-bottom: 30px;
            }

            .tour-schedule {
                .list {
                    li {
                        gap: 15px;

                        .text-wrap {
                            gap: 0px;

                            .name-tour {
                                line-height: 30px;
                            }
                        }

                        .image {
                            max-width: 120px;
                            max-height: 120px;
                        }
                    }
                }
            }
        }

        &.page-faq {
            padding: 60px 0px;

            .tf-sidebar-2 {
                padding-bottom: 30px;
            }

            .content {
                max-width: unset;
                margin-left: unset;
            }
        }

        &.page-our-commitments {
            .s-quality-of-life {
                .item-3 {
                    display: none;
                }
            }

            .s-other-commitment {
                padding-top: 125px;

                .content {
                    .img-item {
                        margin-bottom: 5px;
                    }

                    .title {
                        margin-bottom: 10px;
                    }
                }

                .item-1 {
                    display: none;
                }

                .other-list {
                    li {
                        &:not(:last-child) {
                            margin-bottom: 10px;
                        }
                    }
                }

                .image-wrap {
                    margin: unset;
                    max-width: unset;
                    border-radius: 20px;
                    margin-bottom: 20px;

                    img {
                        width: 100%;
                        object-fit: cover;
                        object-position: center;
                        min-height: 450px;
                        max-height: 550px;
                    }
                }
            }
        }
    }

    .wg-coming-soon {
        flex-wrap: wrap-reverse;

        .content {
            width: 100%;
            padding: 30px 15px;

            .top {
                margin-bottom: 10px;
            }

            .title {
                font-size: 80px;
                line-height: 80px;
            }

            .wg-countdown {
                padding-bottom: 0px;
                margin-bottom: 20px;
            }

            .caption {
                margin-bottom: 10px;
            }

            .text {
                margin-bottom: 20px;
            }
        }

        .image {
            width: 100%;

            img {
                max-height: 450px;
                width: 100%;
                object-fit: cover;
            }
        }
    }

    .box-about-us {
        @include d-flex();
        flex-direction: column;
        height: 100%;

        .image {
            flex-shrink: 0;
        }

        .content {
            @include d-flex();
            flex-direction: column;
            height: 100%;

            .title {
                flex-grow: 1;
            }
        }
    }

    .s-our-history {
        .content-section {
            flex-wrap: wrap;

            .image {
                width: 100%;
                height: 450px;

                img {}
            }
        }

        .heading-section {
            width: 100%;
        }

        .wg-exprerience {
            right: 30px;
        }
    }

    .s-benefit {
        &.mt--217 {
            margin-top: 0px;
        }
    }

    .s-welcome-to {
        .text-wrap {
            padding: unset;
        }
    }

    .s-our-agriculture {
        &.style-2 {
            &.type-2 {
                .wrap {
                    padding-bottom: 20px;
                }

                .counter-wrap {
                    margin-bottom: 50px;
                }
            }
        }

        &.style-3 {
            padding-bottom: 90px;

            .content {
                max-width: unset !important;
            }
        }
    }

    .s-shopping {
        padding: 70px 0px 70px 0px;
    }

    .s-project-2 {
        .s-slider {
            .wrap {
                margin-bottom: 30px;
            }
        }
    }

    .box-portfolio-2 {
        .content {
            top: 20px;
            bottom: 20px;
            left: 20px;

            .sub {
                font-size: 20px;
                letter-spacing: 1px;
            }

            .title {}

            .text {}
        }
    }

    .s-why-choose {
        padding-bottom: 40px;

        .image-wrap {
            max-width: unset;
            margin-right: unset;

            .image {
                img {
                    width: 100%;
                    height: 600px !important;
                }
            }
        }

        .content-section {
            max-width: unset;
            margin-left: unset;
            padding-top: 30px;
        }
    }

    .s-our-expertise {
        padding-top: 80px;

        .heading-section {
            padding-bottom: 520px;
        }
    }

    .slider-s-our-mission {
        .content {
            .text {
                font-size: 24px !important;
                line-height: 32px !important;
            }
        }
    }

    .s-our-agriculture {
        &.style-2 {
            .wg-counter {
                justify-content: flex-start;
            }
        }

        .s-img-item {
            &.item-2 {
                img {
                    height: 40px;
                    object-position: top;
                }
            }
        }

        .content-section {
            .image-wrap {
                &::after {
                    content: none !important;
                }
            }
        }
    }

    .footer {
        &.style-2 {
            .footer-top {
                .footer-left {
                    gap: 20px;
                }

                .footer-right {
                    margin-left: unset;
                }
            }
        }
    }

    .s-contact-us {
        &.style-2 {
            &.pb-80 {
                padding-bottom: 50px;
            }

            &.pt-147 {
                padding-top: 100px;
            }
        }
    }

    .s-testimonial-2 {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .s-our-agriculture {
        .image-wrap {
            padding-bottom: 30px;
            @include d-flex();
            justify-content: center;
        }

        .wg-exprerience {
            top: 46%;
            left: 10%;
        }

        .wrap {
            padding-bottom: 30px;
        }
    }

    .s-quality-of-life {
        .content-section {
            .sub {
                margin-bottom: 40px;
            }

            .slider-box-icon {
                margin: 0px auto 40px;

                .box-icon {
                    max-width: 150px;
                    width: 100%;
                    flex-shrink: 0;
                }
            }
        }

        .img-item {
            &.item-3 {
                max-width: 110px;
            }
        }

        &.style-2 {
            z-index: 2;

            .img-item {
                &.item-3 {
                    max-width: 110px !important;
                    top: -20% !important;
                }
            }
        }
    }

    .s-service-2 {
        flex-wrap: wrap;

        .content-section {
            padding: 0px 15px 15px;

            .text {
                margin-bottom: 20px;
            }

            .tf-btn {
                margin-bottom: 20px;
            }
        }

        .slider-wrap {}
    }

    .s-about-us-2 {
        padding-top: 80px;

        .content-section {}

        .image {
            &.image-left {
                transform: translateX(-45%) rotate(-9.06deg) scale(0.9) !important;
            }

            &.image-right {
                transform: translateX(45%) rotate(9.06deg) scale(0.9) !important;
            }
        }

        .wg-counter {
            &.style-4 {
                gap: 30px;
            }
        }
    }

    .page-title-home-2 {
        .btn-slide-home-2 {
            img {
                max-width: 50px;
            }

            &.btn-next {
                right: 20px;
            }

            &.btn-prev {
                left: 20px;
            }
        }
    }

    .slide-home-2 {
        .image {
            img {
                min-height: 680px;
                object-fit: cover;
            }
        }
    }

    .bg-page {
        .image {
            img {
                height: 580px;
            }
        }
    }

    .s-partner {
        padding: 60px 0px !important;
    }

    .s-contact-us {
        margin-bottom: unset;

        .section-wrap {
            top: 0;
        }

        .image {
            img {
                &:not(.img-item) {
                    width: 100%;
                    height: 500px;
                    object-fit: cover;
                }
            }
        }

        .contact-list {
            margin-bottom: 30px;

            br {
                display: block;
            }
        }

        .content-left {}

        .content-section {}
    }

    .box-event {
        .image {
            img {
                height: 550px;
                object-fit: cover;
            }
        }
    }

    .s-faq {
        padding-bottom: 150px;

        .content-section {
            max-width: unset;
            padding-top: 0px;
            margin-right: unset;
            padding-bottom: 30px;
        }

        .s-right {
            margin-left: unset;
            max-width: unset;

            .image {
                img {
                    height: 400px;
                    object-fit: cover;
                }
            }

            .img-item {}
        }
    }

    .s-break-page {
        &.style-2 {
            br {
                display: none;
            }
        }
    }

    .s-counter {
        .wg-counter {
            flex-wrap: wrap;
            gap: 40px 0px;

            >* {
                width: 50%;
                max-width: unset;
                border: unset !important;
                padding: 0px 15px;
            }
        }
    }

    .s-testimonial {
        .content-wrap {
            flex-wrap: wrap;

            .image {
                position: relative;
                width: 100%;
                margin: unset;
                left: 0;

                img {
                    position: relative;
                    width: 100%;
                    height: unset !important;
                }
            }

            .content-section {
                padding-top: 50px;
                width: 100%;
                margin-left: unset;

                .img-item {
                    &.item-2 {
                        right: 4px;
                        bottom: 10px;
                    }
                }
            }
        }
    }

    .s-project {
        .heading-side {
            padding: 80px 0px 250px;
        }

        .slider-s-project {
            margin-top: -190px !important;
        }

        .s-img-item.item-2 {
            pointer-events: none;
        }
    }

    .s-our-commitment {
        padding-top: 120px;
        padding-bottom: 35px !important;

        .main-section {
            flex-wrap: wrap-reverse;

            .image-wrap {
                width: 100%;

                .image {
                    img {
                        height: 500px;
                    }
                }
            }

            .content-section {
                padding-top: 0px;
                width: 100%;
                max-width: unset;

                .text {
                    margin-bottom: 20px;
                }
            }
        }
    }

    .s-why-us {
        padding-top: 35px;

        .main-section {
            .content-section {
                padding-top: 10px;
                width: 50%;
                max-width: unset;
            }

            .image {
                width: 70%;
                border-radius: 20px;
                overflow: hidden;
            }

            .video-wrap {
                img {
                    max-width: unset;
                }
            }
        }

        .bot {
            margin-top: 30px;
            margin-left: 0px;
        }
    }

    .s-service {
        padding-top: 100px;
        padding-bottom: 90px;

        .heading-section {
            padding-bottom: 0px;
        }

        .box-icon {
            max-width: unset;
            margin-bottom: 30px;
        }

        .s-img-item {
            pointer-events: none;

            &.item-3 {
                width: 100%;
                height: 30px;
                bottom: -15px;

                img {
                    height: 30px;
                    width: 100%;
                    object-fit: cover;
                    object-position: top;
                }
            }
        }
    }

    .heading-section {
        margin-bottom: 15px !important;

        .img-item {
            margin-bottom: 5px !important;
        }

        .sub-title {
            margin-bottom: 0px;
        }

        &.has-text {
            .title {
                margin-bottom: 0px;
            }

            .text {
                margin-bottom: 15px;
            }
        }
    }

    .s-about-us {
        padding-top: 80px;
        padding-bottom: 35px;

        .main-section {
            gap: 60px;
            flex-wrap: wrap;

            .heading-section {
                margin-bottom: 10px !important;
            }

            .content-left {
                width: 100% !important;

                .text-1 {
                    margin-bottom: 5px;
                }

                .text-2 {
                    margin-bottom: 15px;
                }

                .tf-btn {
                    margin-bottom: 35px;
                }
            }
        }

        .content-right {
            width: 100% !important;
        }
    }

    .box-portfolio {
        &.style-4 {
            .image {
                img {
                    width: 100%;
                    height: 500px;
                    object-fit: cover;
                }
            }

            &.mb-s-991 {
                margin-bottom: 30px;
            }
        }

        &.style-5 {
            .content {
                bottom: -120px;
                left: 30px;

                .text {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    /* Giới hạn số dòng là 4 */
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding-right: 15px;
                }
            }

            &:hover {
                .content {
                    .title {
                        margin-bottom: 15px;
                        padding-bottom: 15px;
                    }
                }
            }
        }
    }

    .header {
        .header-item {
            img {
                height: 25px;
                object-fit: cover;
                object-position: bottom;
            }
        }
    }

    .page-title-home-1 {
        .btn-slide-home-1 {
            right: 20px !important;

            &.btn-next,
            &.btn-prev {
                transform: translateY(150px);
            }
        }

        .slide-home-1 {
            .image {
                img {
                    height: 550px;
                }
            }

            .content-wrap {
                padding: 65px 15px;
            }
        }
    }

    .blog-right-sidebar-wrap {
        margin-right: 0px;
        margin-bottom: 100px;

        .article-blog-item {
            .image {
                img {
                    max-height: unset !important;
                }
            }
        }
    }

    .footer {
        padding-top: 100px;

        .footer-top {
            margin-bottom: 40px;
            gap: 20px;
            flex-wrap: wrap;

            .footer-left {
                width: 100%;
            }
        }

        .footer-inner {
            margin-bottom: 10px;

            .footer-inner-wrap {
                margin-bottom: 30px;
            }
        }
    }

    .article-blog-item {
        flex-wrap: wrap;

        &,
        &.type-2 {
            .image {
                width: 100%;
                max-width: unset;
                height: 500px;
                overflow: hidden;

                .video-wrap {
                    width: 100%;

                    img {
                        width: 100%;
                        max-width: unset;
                    }
                }
            }

            .content {
                padding-top: 0px;

                .entry-meta {
                    flex-wrap: unset !important;
                    gap: 43px !important;

                    .entry {
                        width: unset;
                        justify-content: flex-start;

                        &:not(:last-child) {
                            &::after {
                                content: "/";
                                right: -23px;
                            }
                        }
                    }
                }
            }
        }

        &.style-2 {
            &.type-3 {
                .image {
                    height: unset;
                }

                .entry-meta {
                    gap: 20px 15px !important;
                    flex-wrap: wrap;
                }
            }
        }
    }

    .subscribe-wrap {
        .has-border {
            padding: 20px;
            flex-wrap: wrap;

            .notice {
                flex-shrink: unset;

                .content-inner {
                    margin-top: 0px;
                    max-width: unset;
                    width: 100%;
                    gap: 0px;
                    justify-content: center;
                }
            }
        }
    }

    .main-content {
        padding: 100px 0px;
    }

    .tf-topbar {
        .topbar-inner {
            .contact-list {
                gap: 10px;
                flex-wrap: wrap;

                .icon {
                    display: none !important;
                }
            }
        }
    }
}

@media (max-width: 850px) {
    .slider-s-project {
        .box-portfolio {
            &.style-5 {
                .content {
                    bottom: -50px;
                }

                &:hover {
                    .content {
                        bottom: 40px;
                    }
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .s-break-page.style-2::after {
        background-attachment: unset;
    }

    .s-our-agriculture.style-3 .s-content-wrap .image-wrap {
        margin-left: 0px;
    }

    .s-welcome-to {
        .box-text {
            padding: 30px;
        }
    }

    .footer .footer-top .footer-left .logo img {
        max-width: 155px;
        border-radius: 20px;
    }

    .s-farm-event {
        &.s-project-2 {
            .btn-right {
                justify-content: flex-start;
            }

            .content-section {
                .text {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .s-product-detail {
        padding-bottom: 60px;

        .tf-product-media-main {
            max-width: unset;
            width: 100%;
            max-height: unset;
        }
    }

    .comment-wrap {
        .author-wrap {
            gap: 15px;
            flex-wrap: wrap;
        }
    }

    .blog-single {
        .content {
            .meta-list {
                gap: 5px 33px;
                flex-wrap: wrap;
            }

            .blog-bot {
                gap: 30px;
                flex-wrap: wrap;
            }
        }

        .entry-image-2 {
            flex-wrap: wrap;

            .image {
                width: 100%;
            }

            img {
                width: 100%;
                max-height: 550px;
                min-height: 400px;
                object-fit: cover;
            }
        }

        .entry-video {
            flex-wrap: wrap;

            .video-wrap {
                width: 100%;
                max-width: unset !important;
                flex-shrink: unset !important;

                img {
                    width: 100%;
                    max-width: unset;
                    max-height: 550px;
                    min-height: 450px;
                }
            }

            .benefit-list {
                width: 100%;
            }
        }
    }

    .main-content {
        &.page-portfolio-1 {
            .menu-tab {
                justify-content: flex-start;
            }
        }
    }

    .s-review {
        .image-wrap {
            .image {
                img {}
            }
        }

        .wg-counter {
            max-width: 170px;

            .title {
                margin-bottom: 0px;
            }

            .has-border {
                padding: 10px 0px;
            }

            .icon {
                width: 45px;
                height: 45px;

                i {
                    font-size: 15px;
                }
            }

            .counter {
                margin-bottom: 0px;

                .sub-odo {
                    font-size: 40px;
                    bottom: -9px;
                    line-height: 40px;
                }
            }

            .odometer {
                span {
                    font-size: 40px;
                    line-height: 40px;
                }
            }
        }

        .img-item {
            &.item-1 {
                display: none;
            }
        }
    }

    .tf-sidebar {
        padding-bottom: 30px;
    }

    .tf-shop-control {
        gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 30px;

        .tf-dropdown-sort {
            padding: 0px;
        }
    }

    .tf-header-shop {
        .wg-category {
            display: none;
        }

        .icon-wrap {
            .icon {
                &:nth-child(3) {
                    display: none;
                }

                &:nth-child(2) {
                    display: none;
                }
            }
        }

        .mobile-button {
            margin-left: 10px;
        }
    }

    .main-content {
        &.page-service-detail {
            .content {
                .benefit {
                    flex-wrap: wrap;
                    justify-content: flex-start;

                    .box-icon {
                        width: calc(50% - 15px);
                    }
                }
            }
        }
    }

    .grid-portfolio {
        .box-portfolio {
            .content {
                left: 20px;
                right: 20px;
                bottom: -150px;
            }

            &:hover {
                .content {
                    bottom: 20px;

                    .title {
                        margin-bottom: 10px;
                        padding-bottom: 10px;
                    }

                    .text {
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }

    .tips {
        flex-wrap: wrap;

        .wg-tips {
            max-width: unset;
        }
    }

    .slider-portfolio {
        padding: 0px 15px;

        .gallery-item {
            img {
                min-height: 400px;
                object-fit: cover;
            }
        }

        .btn-portfolio {
            &.btn-next {
                right: 20px;
            }

            &.btn-prev {
                left: 20px;
            }
        }
    }

    .grid-layout-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .wg-history {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px !important;

        .image {
            &.type-1 {
                justify-content: flex-start;
            }
        }

        &.type-right {
            flex-wrap: wrap-reverse;

            .content {
                text-align: left;
            }
        }
    }

    .we-are-wrap {
        flex-wrap: wrap;
        justify-content: center;

        .content {
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .text {
            width: 70%;
        }

        &.pb-30 {
            padding-bottom: 30px;
        }
    }

    .block-quote {
        &.style-4 {
            .quote {
                gap: 15px !important;
                flex-wrap: wrap;
            }
        }
    }

    .wg-gallery {
        grid-template-areas:
            "aa aa bb bb "
            "cc cc dd dd "
            " ee ee ff ff "
            "gg gg hh hh ";
    }

    .main-content {
        &.page-faq {
            .img-item {
                &.item-1 {
                    display: none;
                }
            }
        }

        &.page-gallery {
            padding: 60px 0px;

            .menu-tab {
                @include flex(unset, unset);
                margin-bottom: 20px;
            }

            .gallery-item {
                .image {
                    height: 100%;

                    img {
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }

    .box-about-us {
        padding-bottom: 30px;

        .content {
            border-radius: 0px 0px 20px 20px;
        }
    }

    .clip-color-text {
        p {
            font-size: 80px;
            line-height: 90px;
        }
    }

    .s-welcome-to {
        .box-text {
            margin-bottom: 30px;
        }
    }

    .s-break-page {
        &.style-3 {
            br {
                display: none;
            }

            .content {
                padding: 0px 15px;
            }

            .text {
                font-size: 60px;
                line-height: 70px;
            }
        }
    }

    .box-portfolio-2 {
        .image {
            img {
                min-height: 350px;
                object-fit: cover;
            }
        }

        .content {
            padding: 30px;
            right: 20px;
            max-width: unset;
            width: calc(100% - 40px);

            .title {
                line-height: 30px;
            }

            .text {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                /* Giới hạn số dòng */
                line-clamp: 3;
                /* Hỗ trợ thêm */
            }
        }
    }

    .s-why-choose {
        .content-section {
            .benefit-list {
                gap: 20px !important;

                >* {
                    width: calc(50% - 20px);
                }

                .title {
                    line-height: 30px !important;
                }
            }
        }
    }

    .slider-project-2 {
        padding: 0px 15px;
    }

    .s-our-mission {
        .content-section {
            flex-wrap: wrap;

            .slider-wrap {
                width: 100%;
            }

            .video-wrap {
                width: 100%;

                img {
                    min-height: 300px;
                }
            }
        }
    }

    .s-our-agriculture {
        &.style-2 {
            .wg-counter {
                gap: 10px !important;
                margin-bottom: 10px;

                .counter-item {
                    gap: 5px !important;
                }
            }
        }
    }

    .slider-home-3 {
        .btn-slide-home-3 {
            max-width: 60px;

            &.btn-next {
                top: 75%;
            }

            &.btn-prev {
                top: 80%;
            }
        }
    }

    .slide-home-3 {
        .image {
            img {
                min-height: 520px;
            }
        }

        .content-wrap {
            .title {
                font-size: 50px;
                line-height: 60px;
            }
        }
    }

    .s-contact-us {
        &.style-2 {
            .content-section {
                padding: 0px;
            }
        }
    }

    .footer {
        &.style-2 {
            padding-top: 70px;

            .footer-inner {
                margin-bottom: 20px;

                .footer-inner-wrap {
                    .footer-title-mobile {
                        position: relative;

                        &::after {
                            position: absolute;
                            content: "";
                            right: 10px;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 12px;
                            height: 1px;
                            background-color: var(--White);
                            transition: 0.25s ease-in-out;
                            bottom: unset;
                            left: unset;
                        }
                    }

                    .tf-accordion-content {
                        display: none;

                        li {
                            &:not(:last-child) {
                                margin-bottom: 15px;
                            }
                        }
                    }
                }
            }

            .footer-top {
                margin-bottom: 40px;

                .footer-left {
                    margin-bottom: 30px;
                }

                .footer-right {}
            }
        }

        .footer-inner {
            .footer-inner-wrap {
                margin-bottom: 20px;

                .tf-collapse-content {
                    display: none;

                    li {
                        &:not(:last-child) {
                            margin-bottom: 15px;
                        }
                    }
                }

                .footer-title {
                    &.footer-title-mobile {
                        margin-bottom: 0px !important;
                        padding-bottom: 10px;
                    }
                }
            }
        }

        .footer-title-desktop {
            display: none !important;
        }

        .footer-title-mobile {
            display: block !important;
            font-size: 20px !important;
        }
    }

    .s-partner {
        &.style-2 {
            padding: 30px 0px !important;
        }
    }

    .s-meet-farmer {
        .heading-section {
            padding: 50px;
        }
    }

    .s-happy-farm {
        .bg-section {
            >img {
                height: 260px;
                object-fit: cover;
                object-position: bottom;
            }
        }
    }

    .s-testimonial-2 {
        .title {
            margin-bottom: 5px !important;
        }

        .counter-wrap {
            align-items: start;
            margin-bottom: 30px;
        }
    }

    h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .s-what-we-do {
        .content-wrap {
            .content-section {}

            .we-do-list {
                padding: 131px 15px 50px 15px;

                ul {
                    gap: 30px;
                }
            }
        }
    }

    .s-quality-of-life {
        padding: 60px 0px 60px;

        .clip-color-text {
            position: relative;
            z-index: 5;
        }

        br {
            display: none !important;
        }

        .img-item {
            max-width: 150px !important;

            &.item-2 {
                bottom: -50px;
                left: 0;
            }

            &.item-1 {
                top: -40px;
            }
        }
    }

    .s-about-us-2 {
        padding-top: 80px;

        .content-section {
            .content {
                padding: 0px !important;
            }

            padding-bottom: 60px;

            .text-1 {
                margin-bottom: 10px;
            }

            .text-2 {
                margin-bottom: 20px;
            }
        }

        .image {
            display: none;
        }

        .wg-counter {
            &.style-4 {
                gap: 15px;
            }

            .counter {
                margin-bottom: 10px;
            }

            .title {
                margin-bottom: 5px;
            }
        }
    }

    .s-benefit {
        padding-top: 70px;

        .benefit-list {
            padding: 45px;

            .box-icon {
                br {
                    display: none;
                }
            }
        }
    }

    .page-title-home-2 {
        .btn-slide-home-2 {
            display: none;
        }
    }

    .slide-home-2 {
        .image {
            img {
                min-height: 580px;
                object-fit: cover;
            }
        }

        .content {
            padding: 0px 15px;

            br {
                display: none;
            }

            .img-item {
                margin-bottom: 15px;
            }

            .text {
                margin-bottom: 20px;
            }
        }
    }

    .bg-page {
        .image {
            img {
                height: 480px;
            }
        }
    }

    .tf-topbar {
        &.style-2 {
            .contact-list {
                &.mobile {
                    justify-content: center;
                    gap: 20px;

                    li {
                        &:first-child {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .s-blog-post {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }

    .s-break-page {
        &.style-2 {
            height: 500px;

            .content {
                top: 50%;
                transform: translateY(-45%);
                padding: 0px;
            }
        }
    }

    .s-why-us {
        .main-section {
            flex-wrap: wrap;

            .image {
                width: 100%;

                .video-wrap {
                    width: 100%;
                }

                img {
                    width: 100%;
                    height: 500px;
                }
            }

            .content-section {
                width: 100%;
                padding-top: 0px;

                .heading-section {
                    margin-bottom: 10px;
                }

                .img-item {
                    margin-bottom: 0px;
                }

                .text {
                    margin-bottom: 15px;
                }
            }
        }

        .bot {
            .benefit-list {
                li {
                    padding: 15px 20px !important;
                }
            }
        }
    }

    .page-title-home-1 {
        .slide-home-1 {
            .image {
                img {
                    height: 500px;
                }
            }

            br {
                display: none !important;
            }

            .sub-title {
                margin-bottom: 0px !important;
            }

            .img-item {
                margin-bottom: 10px !important;
            }

            .text {
                margin-bottom: 20px !important;
            }
        }
    }

    .footer {
        .footer-inner {
            .footer-inner-wrap {
                .footer-title {
                    margin-bottom: 15px !important;
                }
            }
        }

        .footer-bottom {}
    }

    .subscribe-wrap {
        .has-border {
            .notice {
                gap: 20px;
            }
        }
    }

    .main-content {
        padding: 80px 0px;
    }

    .page-title {

        // padding-top: 100px;
        .content {
            .icon-img {
                margin-bottom: 50px;
            }
        }
    }
}

@media (max-width: 650px) {
    .s-our-expertise {
        .s-slider {
            .pagination-slider-provide {
                display: flex;
                justify-content: center;
                margin-top: 20px;
            }
        }
    }

    .tf-header-shop {
        .header-topbar {
            gap: 15px;

            .wg-category {
                display: none;
            }

            .icon-wrap {
                margin-left: unset !important;
            }
        }

        .style-absolute {
            .header-inner {
                gap: 30px;

                .header-right {
                    .icon-wrap {
                        display: flex;
                        margin-left: unset !important;
                    }
                }
            }
        }
    }

    .offer-list {
        flex-wrap: wrap;
        gap: 15px !important;

        .offer-wrap {
            max-width: unset;
        }

        .caption {
            padding-bottom: 5px;
            margin-bottom: 15px;
        }

        .text-2 {
            margin-bottom: 15px !important;
            padding-bottom: 25px !important;
        }
    }

    .grid-portfolio {
        .box-portfolio {
            .content {
                bottom: 10px !important;
            }

            .text {
                display: none;
            }

            .bot {
                display: none;
            }
        }
    }

    .s-why-choose {
        .content-section {
            .benefit-list {
                flex-wrap: wrap;
                margin-bottom: 20px;

                >* {
                    width: 100%;
                }
            }
        }
    }

    .s-about-us-2 {
        .wg-counter {
            &.style-4 {
                .counter {
                    margin-bottom: 0px;
                }

                .counter-item {
                    .odometer {
                        span {
                            font-size: 50px;
                        }
                    }

                    .title {
                        margin-bottom: 0px;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .article-blog-item {
        &.style-2 {
            &.type-3 {
                .entry-meta {
                    flex-wrap: wrap !important;
                    gap: 5px 15px !important;

                    li {
                        width: unset;
                    }
                }
            }
        }
    }

    .s-why-us {
        .bot {
            .benefit-list {
                flex-wrap: wrap;

                li {
                    max-width: unset;

                    &:not(:last-child) {
                        &::after {
                            content: "";
                            width: 100%;
                            height: 1px;
                            bottom: 0;
                            top: unset;
                            border-bottom: 1px dashed var(--Border-3);
                        }
                    }

                    .icon {
                        margin-bottom: 5px;
                    }

                    .title {
                        margin-bottom: 5px;
                    }
                }
            }
        }
    }

    .block-quote {

        &,
        &.style-2 {
            .has-border {
                padding: 20px;

                .quote {
                    gap: 10px;
                }
            }
        }
    }

    .article-blog-item {

        &,
        &.type-2 {
            .content {
                .entry-meta {
                    flex-wrap: wrap !important;
                    gap: 10px 0px !important;

                    .entry {
                        width: 40%;
                        justify-content: flex-start;

                        &:not(:last-child) {
                            &::after {
                                content: "";
                            }
                        }
                    }
                }
            }
        }
    }

    .header {
        .header-inner {
            .header-right {
                gap: 15px;

                .icon-wrap {
                    display: none;
                }
            }
        }

        &.style-3 {
            .contact-wrap {
                display: none !important;
            }
        }
    }

    .topbar-right {
        .social-list {
            padding: 10px 20px !important;
            gap: 15px !important;
        }
    }
}

@media (max-width: 550px) {
    .page-blog-single {
        .block-quote {
            .bot {
                padding-left: 0px;
            }
        }
    }

    .slider-partner .slide-partner .image a img {
        width: 89px !important;
    }

    .logo-partner {
        margin: 20px 2px !important;
        padding: 24px 20px 24px 20px !important;
    }

    .footer .footer-top .footer-left .logo-footer img {
        max-width: 155px !important;
        border-radius: 20px !important;
    }

    .footer-left {
        width: 50% !important;
    }

    .second-sub-menu {
        display: none !important;
    }

    .tour-menu:hover .second-sub-menu {
        display: block !important;
    }

    .logo-footer {
        text-align: center !important;
    }

    .page-our-service {
        .s-provide {
            .grid-layout-3 {
                gap: 40px;
            }

            .box-infor {
                .text {
                    margin-bottom: 15px;
                }
            }
        }
    }

    .page-our-events {
        .s-banner {
            .slider-side {
                margin-top: 0px;
            }
        }

        .s-video {
            .content-section {
                margin-top: 20px;
            }
        }
    }

    .s-meet-farmer {
        .heading-section {
            padding: 30px 20px;
        }
    }

    .tf-sticky-btn {
        .content {
            padding: 0;
        }

        .white-list-wrap {
            display: none;
        }

        .wrap-quantity {
            gap: 15px;
        }
    }

    .tf-topbar {
        &.style-3 {
            .topbar-right {
                gap: 10px;

                .contact-list {
                    li {
                        &:nth-child(2) {
                            display: none;
                        }
                    }
                }

                .icon-wrap {
                    gap: 20px;
                    margin-right: 10px;

                    &::after {
                        height: 20px;
                    }

                    .wg-bag {
                        &::after {
                            right: -15px;
                        }
                    }
                }
            }
        }
    }

    .footer {
        .footer-bottom {
            .policy-list {
                li {
                    &::after {
                        content: none !important;
                    }
                }
            }
        }
    }

    .s-customer-say {
        .testimonial {
            padding: 30px;

            .author-wrap {
                margin-bottom: 15px;

                .left {
                    flex-wrap: wrap;
                    gap: 15px;
                }

                .infor {}
            }

            .caption {
                margin-bottom: 15px;
            }
        }
    }

    .tf-topbar-shop {
        .topbar-right {
            ul {
                justify-content: space-around;

                li {
                    &:nth-child(1) {
                        display: none;
                    }

                    &:nth-child(2) {
                        display: none;
                    }
                }
            }
        }
    }

    .main-content {
        &.page-service-detail {
            .content {
                .benefit {
                    flex-wrap: wrap;
                    justify-content: flex-start;

                    .box-icon {
                        width: 100%;
                    }
                }
            }
        }
    }

    .box-portfolio {
        &.style-3 {
            max-width: unset;
        }
    }

    .main-content {
        &.page-portfolio-details {
            .bot {
                gap: 15px;

                .btn-project {
                    gap: 15px !important;
                }
            }
        }
    }

    .grid-layout-3 {
        grid-template-columns: repeat(1, 1fr);

        &.grid-portfolio {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .s-commitment-2 {
        .image {
            img {
                max-height: 450px;
            }
        }
    }

    .s-mission {
        .wg-exprerience {
            width: 150px;
            height: 150px;

            p {
                line-height: 20px;

                &.year {
                    font-size: 40px;
                }
            }
        }

        .s-img-item {
            &.item-1 {
                top: -45px;
            }
        }
    }

    .we-are-wrap {
        .text {
            width: 90%;
        }
    }

    .wg-coming-soon {
        flex-wrap: wrap-reverse;

        .content {
            .top {}

            .title {
                font-size: 60px;
                line-height: 60px;
            }

            .wg-countdown {
                margin-bottom: 10px;
            }

            .caption {
                font-size: 35px;
                line-height: 35px;
            }

            .text {
                margin-bottom: 10px;
            }

            .bot {
                gap: 15px;
                flex-wrap: wrap;
            }

            .notice {
                line-height: 30px;
            }
        }

        .image {
            img {}
        }
    }

    .js-countdown {
        padding-bottom: 40px;

        .countdown__timer {
            gap: 10px;

            .countdown__item {
                width: 80px;

                .countdown__value {
                    font-size: 40px;
                }

                &:not(:last-child) {
                    &::after {
                        right: -10%;
                    }
                }

                &::before {
                    bottom: -20px;
                    font-size: 16px;
                    line-height: 20px;
                }
            }
        }
    }

    .tf-btn {
        &.scale-50 {
            gap: 10px;
            padding: 6px 5px 6px 20px;
        }
    }

    .btn-slide-home-3 {
        display: none;
    }

    .slide-home-3 {
        .content-wrap {
            .title {
                font-size: 10vw;
                line-height: 11vw;
            }

            br {
                display: none;
            }
        }
    }

    .s-happy-farm {
        .heading-section {
            .top {
                margin-bottom: 10px;
            }

            .title {
                font-size: 35px;
                line-height: 40px;
                margin-bottom: 5px !important;
            }

            .text {
                margin-bottom: 15px !important;
            }
        }
    }

    .s-our-agriculture {
        .content {
            .text {
                margin-bottom: 20px !important;
            }

            .wg-progress {
                margin-bottom: 20px !important;
            }
        }
    }

    .s-what-we-do {
        .content-section {
            padding: 30px;

            .title {
                font-size: 35px;
                line-height: 40px;
            }
        }
    }

    .s-about-us-2 {
        .wg-counter {
            &.style-4 {
                gap: 20px;
                flex-wrap: wrap;

                .counter-item {
                    width: 100%;
                }
            }
        }
    }

    .s-benefit {
        .benefit-list {
            padding: 30px;

            .box-icon {
                width: 100%;
                padding: 10px 15px;
            }
        }
    }

    .slide-home-2 {
        .content {
            .title {
                font-size: 50px;
                line-height: 50px;
            }

            .text {
                font-size: 14px;
                line-height: 20px;
            }
        }
    }

    .header {
        &.style-2 {
            .header-inner {
                .tf-btn {
                    display: none;
                }
            }
        }
    }

    .s-contact-us {
        .content-section {
            padding: 30px 15px;
        }
    }

    .form-send-message {
        .cols {
            flex-wrap: wrap;
        }
    }

    .s-faq {
        padding-bottom: 80px;
    }

    .s-banner {
        position: relative;

        .s-img-item {
            &.item-bottom {
                display: none;
            }
        }

        .heading-side {
            bottom: 20%;
            position: absolute;
            top: 0;

            .image {
                img {
                    height: 500px;
                    max-height: unset;
                }
            }
        }

        .slider-side {
            margin-top: 0px;
        }
    }

    .tf-accordion {
        .accordion-header {
            padding-bottom: 15px;
        }

        .accordion-button {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /* Giới hạn số dòng là 4 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 17px 35px 0px 29px !important;

            &::after {
                right: 21px !important;
            }

            &::before {
                right: 15px !important;
            }
        }
    }

    .wg-counter {
        gap: 30px 0px;

        .sub {
            font-size: 17px;
        }

        .counter-item {
            .icon {
                margin-bottom: 10px;
            }

            .odometer {
                span {
                    font-size: 50px !important;
                }
            }
        }

        .counter {
            margin-bottom: 0px;
        }
    }

    .testimonial {
        &.style-4 {
            .left {
                gap: 15px;
            }

            .caption {
                margin-bottom: 10px;
            }
        }
    }

    .s-testimonial {
        .content-section {
            .heading-section {
                .title {
                    margin-bottom: 0px;
                }
            }
        }

        .slider-s-testimonial {
            .btn-s-testimonial {
                position: relative;
                width: max-content;

                &.btn-prev {
                    bottom: 0px;
                    left: 0;
                }

                &.btn-next {
                    bottom: -19px;
                    left: 70px;
                }
            }
        }
    }

    .slider-s-project {
        .box-portfolio {
            &.style-5 {
                .content {
                    bottom: -100%;

                    .bot {
                        display: none;
                    }

                    &:hover {}
                }
            }
        }
    }

    .s-our-commitment {
        .main-section {
            .content-section {
                .box-icon-list {
                    gap: 20px 0px;
                    flex-wrap: wrap;

                    .box-icon {
                        max-width: unset;
                        padding: 0px 20px;
                    }

                    li {
                        width: 50%;
                    }
                }

                .tf-btn {
                    padding: 5px 5px 5px 15px;
                    gap: 10px;
                }
            }
        }
    }

    .page-title-home-1 {
        .slide-home-1 {
            .content-wrap {
                padding: 35px 15px;

                .content {
                    .sub-title {
                        font-size: 20px;
                    }

                    .text {
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
            }
        }

        .btn-slide-home-1 {
            img {
                max-width: 60px;
            }
        }
    }

    .block-quote {
        .has-border {
            .quote {
                .icon {
                    display: none;
                }
            }
        }
    }

    .subscribe-wrap {
        .notice {
            .icon {
                display: none;
            }
        }
    }

    .tf-topbar {
        .topbar-left {
            display: none !important;
        }

        .topbar-right {
            .contact-list {
                gap: 10px 30px !important;
            }
        }
    }
}

@media (max-width: 500px) {
    .header-right {
        .tf-btn {
            display: none;
        }
    }
}

@media (max-width: 450px) {
    .tf-sticky-btn {
        .content {
            justify-content: center;
            padding: 5px 0px;
        }

        .tf-atc-product {
            display: none;
        }
    }

    .s-testimonial-3 {
        .sub-title {
            i {
                display: none;
            }
        }
    }

    .slider-home-1 {
        .content-wrap {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
    }

    .s-customer-say {
        .testimonial {
            .author-wrap {
                .right {
                    display: none;
                }
            }
        }
    }

    .s-review {
        .wg-counter {
            top: unset;
            bottom: 50px;
        }
    }

    .s-box-wrap {
        .wrap {}

        .box-icon {
            width: 100%;
        }
    }

    .tf-header-shop {
        .style-absolute {
            .header-inner {
                .header-right {
                    .icon-wrap {
                        display: none;
                    }
                }
            }
        }
    }

    .wg-gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: unset;

        .gallery-item {
            grid-area: unset;
        }
    }

    .js-countdown {
        padding-bottom: 40px;

        .countdown__timer {
            gap: 10px;

            .countdown__item {
                width: 60px;

                .countdown__value {
                    font-size: 30px;
                }

                &:not(:last-child) {
                    &::after {
                        right: -10%;
                    }
                }

                &::before {
                    bottom: -10px;
                    font-size: 14px;
                    line-height: 20px;
                }
            }
        }
    }

    .s-our-expertise {
        .card-provide {
            .image {
                max-width: 200px;
            }

            br {
                display: none;
            }

            .text {
                white-space: wrap !important;
                width: unset;
                text-align: center;
            }
        }
    }

    .s-what-we-do {
        .content-wrap {
            .content-section {}

            .we-do-list {
                ul {
                    gap: 30px;
                    flex-wrap: wrap;
                }
            }
        }
    }

    .tf-topbar {
        &.style-2 {
            .contact-list {
                &.mobile {
                    flex-wrap: wrap-reverse;
                    gap: 0px 15px;

                    li {
                        .icon {
                            display: none !important;
                        }
                    }
                }
            }
        }
    }

    .header {
        &.style-2 {
            .icon-wrap {
                display: none !important;
            }
        }
    }

    .heading-section {
        .title {
            font-size: 40px;
            line-height: 50px;
        }
    }

    .wg-counter {
        .counter-item {
            width: 100%;
        }
    }

    .s-project {
        .heading-side {
            padding: 80px 0px 152px;
        }

        .slider-s-project {
            margin-top: -120px !important;
        }

        .slider-side {
            .bot {
                margin-top: 40px;
            }
        }
    }

    .slider-s-project {
        .box-portfolio {
            &.style-5 {
                .content {
                    .title {
                        line-height: 30px;
                    }

                    &:hover {
                        bottom: 10px;
                    }
                }
            }
        }
    }

    .s-about-us {
        .box-trust {
            padding: 15px !important;

            .box-icon-list {
                margin-bottom: 30px !important;

                .caption {
                    font-size: 16px !important;
                    line-height: 26px !important;
                }
            }

            .benefit-list {
                padding-bottom: 15px !important;
                margin-bottom: 15px !important;
            }

            li {
                &:not(:last-child) {
                    margin-bottom: 8px !important;
                }
            }
        }

        .wg-counter {
            padding: 15px !important;

            .icon {
                top: 10px !important;
                right: 10px !important;
            }

            .counter {
                .odometer {
                    span {
                        font-size: 50px;
                    }
                }
            }

            .sub-odo {
                font-size: 40px !important;
                bottom: -6px;
            }
        }
    }

    .box-portfolio {
        &.style-4 {
            .image {}

            .content {
                height: 60px;

                .title {
                    margin-top: -63px;
                    font-size: 18px;
                }
            }
        }
    }

    .btn-slide-home-1 {
        display: none;
    }

    .s-filter-sorting {
        margin-bottom: 30px;
    }

    .block-quote {
        .has-border {
            .bot {
                .meta-left {
                    flex-wrap: wrap;
                    gap: 0px 38px;
                    justify-content: flex-start;

                    .entry {
                        &:after {
                            content: none !important;
                        }
                    }
                }

                .entry-author {
                    overflow: hidden;

                    /* Ẩn phần nội dung tràn ra ngoài */
                    a {
                        text-overflow: ellipsis;
                        /* Thêm dấu ba chấm ở cuối */
                        overflow: hidden;
                        /* Ẩn phần nội dung tràn ra ngoài */
                        white-space: nowrap;
                        /* Không cho phép xuống dòng */
                    }
                }
            }
        }
    }

    h1 {
        font-size: 30px;
        line-height: 60px;
    }

    .page-title {
        padding-top: 80px;

        .content {
            .sub-title {
                line-height: 20px;
                margin-bottom: 5px;
            }
        }
    }

    .tf-topbar {
        .topbar-inner {
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;

            .topbar-left {
                width: 100%;
                justify-content: center;
                position: relative;

                span {
                    width: 100%;
                    text-align: center;
                }
            }

            .topbar-right {
                .social-list {
                    padding: 6px 17px !important;
                }
            }
        }
    }
}